Skip to content

Move otlp utilities to otlp package#8326

Merged
jack-berg merged 3 commits into
open-telemetry:mainfrom
jack-berg:exporter-util-to-otlp
May 18, 2026
Merged

Move otlp utilities to otlp package#8326
jack-berg merged 3 commits into
open-telemetry:mainfrom
jack-berg:exporter-util-to-otlp

Conversation

@jack-berg
Copy link
Copy Markdown
Member

Related to #6970

We have a bunch of public classes in internal packages in opentelemetry-exporter-common which are only used in opentelemetry-exporter-otlp (and the unpublished opentelemetry-exporter-profiles).

Moving these public classes to where they are used reduces shared internal code.

@jack-berg jack-berg requested a review from a team as a code owner April 23, 2026 21:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.87%. Comparing base (6fc6782) to head (22117c9).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8326   +/-   ##
=========================================
  Coverage     90.86%   90.87%           
- Complexity     7985     7987    +2     
=========================================
  Files           898      899    +1     
  Lines         24111    24113    +2     
  Branches       2408     2408           
=========================================
+ Hits          21909    21913    +4     
+ Misses         1457     1456    -1     
+ Partials        745      744    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions github-actions Bot mentioned this pull request May 4, 2026
@jack-berg
Copy link
Copy Markdown
Member Author

Take a look @open-telemetry/java-approvers

Copy link
Copy Markdown
Member

@zeitlinger zeitlinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. The utility move is scoped well, tests cover the no-sender path explicitly, and I don't see any remaining issues.

@jack-berg jack-berg merged commit d39116e into open-telemetry:main May 18, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants